.button{
    transition-duration: 0.4s;
    background-color: #4F9F94;
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    border-radius: 8px;
}

.button:hover{
    background-color: #555555;
    color: white;
}

.label{
    font-family: sans-serif;
    color: black;
    font-size: 16px;
}

h1{
    font-family: sans-serif;
    color: black;
}

h2{
    font-family: sans-serif;
    color: black;
}

h3{
    font-family: sans-serif;
    color: black;
}

.field{
    padding-bottom: 1em;
}

.body{
    margin: 0px;
}

.inputfield{
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #4F9F94;
    border-radius: 4px;
}

.messagefield{
    min-height: 150px;
    max-height: 150px;
}